least-cost-routing cost-group
This command configures Least Cost Routing (LCR). This command configures the Cost Groups table, which lets you define Cost Groups. A Cost Group defines a fixed call connection cost and a call rate (charge per minute.
Syntax
(config-voip)# sip-definition least-cost-routing cost-group <Index> (cost-group-<Index>)#
Command |
Description |
---|---|
Index |
Defines the table row index. |
cost-group-name |
Defines a descriptive name, which is used when associating the row in other tables. |
cost-group-time-bands |
Defines the Time Band table, which lets you define Time Bands per Cost Group. The table is a child of the Cost Groups table. For more information, see cost-group-time-bands. |
default-connection-cost |
Defines the call connection cost (added as a fixed charge to the call) for a call outside the time bands. |
default-minute-cost |
Defines the call charge per minute for a call outside the time bands. |
Command Mode
Privileged User
Example
This example configures LCR "INT" with default connection cost of 10 and minute cost of 1:
(config-voip)# sip-definition least-cost-routing cost-group 0 (cost-group-0)# cost-group-name INT (cost-group-0)# default-connection-cost 10 (cost-group-0)# default-minute-cost 1 (cost-group-0)# activate